home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00137.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  193 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(3, 1)
  3.   set the castNum of sprite 3 to cast "CENTER PANEL ON"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   set the timeoutScript to EMPTY
  9.   unsetQT(15)
  10.   go(the frame + 1)
  11. end
  12.